AsyncAPI for the stalking microservice. Uses RabbitMQ queues as configured in code.
Queue the service subscribes to when an analysis is requested.
Available only on servers:
Accepts the following message:
Additional properties are allowed.
{
"facebookUrl": "string",
"instagramUrl": "string",
"tiktokUrl": "string",
"youtubeUrl": "string",
"xUrl": "string",
"linkedinUrl": "string",
"chatId": "string"
}
Queue the service publishes when analysis completes.
Available only on servers:
Accepts the following message:
Additional properties are allowed.
{
"keywords": [
"string"
],
"completedAt": "2019-08-24T14:15:22Z",
"chatId": "string"
}
Additional properties are allowed.
Additional properties are allowed.